<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inx{
	margin-top: 20px;
}
.form_item .input, .form_item select {
	width: 274px;
	height: 44px;
	border-radius: 5px;
	font-size: 14px;
	color: #666666;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 2px;
	font-family: yahei;
	margin-bottom: 10px;
}
.form_item textarea {
	width: 600px;
	height: 144px;
	border-radius: 5px;
	font-size: 14px;
	color: #666666;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 2px;
	font-family: yahei;
	margin-bottom: 10px;
	display: table-cell;
}

.form_item {
	font-size: 16px;
	padding: 12px;
	color: white;
	display: table;
}
	.form_item .form_lable {
		width: 200px;
		text-align: right;
		display: table-cell;
		vertical-align:top;

	}

.inx textarea{
	width: 274px;
	height: 84px;
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
	resize: none;
	font-family: yahei;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 2px;
	margin-bottom: 13px;
}

.form_lable {
color:white;
width:130px;
}

.tijiao {
	width: 305px;

	color: white;
	background-color: #fb9332;
	height: 44px;
	/*background: url(../images/lan.png) no-repeat center;*/
	line-height: 44px;
	font-family: lanting;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
	outline: none;
	border: none;
	cursor:pointer;
	margin-left:210px;
}
.tijiao:hover{
/*	background: url(../images/x3.png) no-repeat center;*/
}
.chongzhi{
	width: 145px;
	height: 44px;
	background: url(../images/hong.png) no-repeat center;
	line-height: 44px;
	font-family: lanting;
	text-align: center;
	font-size: 20px;
	color: #fff;
	outline: none;
	border: none;
}
.chongzhi:hover{
	background: url(../images/x4.png) no-repeat center;
}</pre></body></html>